Skip to main content

How to program ESP8266/ESP12 with ESP-PROG

Install the drivers for the ESP-Prog

Follow the tutorial on PlatformIO on how to install the drivers

https://docs.platformio.org/en/latest/plus/debug-tools/esp-prog.html#drivers

After you are done with installing the drivers

Wiring

Pins on ESP8266/ESP12Resistor requiredPins on ESP-Prog
GNDGND
IO151KΩGND
GND1KΩVCC
RSTEN
IO0IO0
TxTx
RxRx
VCCVCC

After you are done wiring we are going to program it

esp prog, programming interface alt text

Program

You can program it with Arduino IDE or PlatformIO or any other software that can program a ESP8266/ESP12 dev board. Choose the COM Port from the ESP-Prog, when we installed the drivers.